OpenRoads Designer CONNECT Edition SDK Help

CreateByEndPointTangentDistance Method

Constructs a line from end point,tangent vector and distance

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  Line CreateByEndPointTangentDistance( DPoint3d endPoint, DPoint3d tangent,double distance)

Parameters

SettingDescription
  DPoint3d End point
  DPoint3d Tangent vector
   Length of required line

Return Value

Line A line element

See Also